html {
  font-size: 16px;
}
body {
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Microsoft YaHei", "微软雅黑", Arial, "sans-serif";
  line-height: 1.5;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
.transition-scale {
  transition-property: transform;
  transition-timing-function: linear;
  transition-duration: 500ms;
}
.custom-swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 12px;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
}
.custom-swiper-pagination .swiper-pagination-bullet {
  margin-left: 4px;
  margin-right: 4px;
  width: 12px;
  height: 28px;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 100;
}
.custom-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #005fb2;
}
@media screen and (min-width: 1024px) {
  .custom-swiper-pagination .swiper-pagination-bullet {
    margin: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .custom-swiper-pagination {
    bottom: 24px;
  }
}
.custom-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.custom-pagination li {
  display: block;
  margin: 2px 4px;
}
.custom-pagination li a {
  display: block;
  padding: 5px 12px;
  border: 1px solid currentColor;
  border-radius: 4px;
  transition-property: color, background-color, border-color;
}
.custom-pagination li a:not([href]) {
  color: rgba(0, 0, 0, 0.15);
}
.custom-pagination li a.current,
.custom-pagination li a[href]:hover {
  color: #005fb2;
}
.custom-pagination li.active a {
  color: #005fb2;
}
.post-content {
  line-height: 2;
}
.post-content img {
  display: inline-block;
}
.post-content p {
  margin-bottom: 14px;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.swiper-product .swiper-button-prev,
.swiper-product .swiper-button-next {
  --swiper-navigation-size: 32px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 30px 15px;
  background-color: #cccccc;
  color: #ffffff;
}
.swiper-product .swiper-button-prev {
  left: 0;
  transform: translate(calc(-100% - 30px), -50%);
}
.swiper-product .swiper-button-next {
  right: 0;
  transform: translate(calc(100% + 30px), -50%);
}
.swiper-product .swiper-pagination {
  position: absolute;
  left: 0;
  margin-top: 30px;
  width: 100%;
}
.swiper-product .swiper-pagination .swiper-pagination-bullet {
  margin: 2px 8px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.25);
}
.swiper-product .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}
